/*公共样式--开始*/
html, body, blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, a, img, label, input, legend, li, ol, p, pre, td, textarea, th, ul,table,tr {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
}

body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft Yahei", Arial, Helvetica, sans-serif;
    color: #444443;
}

button, input, select, textarea {
    font-size: 100%;
}

input {
    padding: 0 5px;
}

textarea {
    padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    /* max-height: 100%; */
}

a {
    text-decoration: none;
    color: #444443;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea, button {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix1,.col-container{
    zoom: 1;
}

.clearfix1:after,.col-container:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right!important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.borderRadius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
